Usage：

 "*************************************************************************
	Usage:./updateLnx.sh  <BIOS.bin> [param]|[...]
    command:
    ------------------------------------------------------------
	|    Afu_Tools    |    BIOS.bin    |    param1  |    param2  |
	------------------------------------------------------------

	
	param1:/P:Preserve BIOS Setup; /NP: Not Preserve BIOS Setup
	param2:/ME:refresh ME; /NOME:None refresh ME

	eg:
	1.AFU Preserve BIOS Setup, refresh ME
	./updateLnx.sh  BIOS.bin /P /ME
	2.AFU Preserve BIOS Setup, None refresh ME
	./updateLnx.sh  BIOS.bin /P /NOME
	3.AFU Not Preserve BIOS Setup, refresh ME
	./updateLnx.sh  BIOS.bin /NP /ME
	4.AFU Not Preserve BIOS Setup, None refresh ME
	./updateLnx.sh  BIOS.bin /NP /NOME
	5.The same instruct as 1. :
	./updateLnx.sh  BIOS.bin
	6.The same instruct as 2. :
	./updateLnx.sh  BIOS.bin /NOME
	7.The same instruct as 3. :
	./updateLnx.sh  BIOS.bin /NP
*************************************************************************
